This resource revokes a dynamic host token.
URL Parameters | |
---|---|
format | The format of the delete data. Can be either
html , json , or xml (default). This value overrides
the Accept header if both are present. |
Upon success, a status code of 204 (No Content) returned. If the payload is malformed or the group does not exist, a status code of 400 (Bad Request) is returned. A status code of 401 (Unauthorized) is returned if the user does not have the necessary privileges.
manage-admin
role, or the following
privilege: http://marklogic.com/xdmp/privileges/manage-admin
http://marklogic.com/xdmp/privileges/admin/revoke-dynamic-host-token
curl --anyauth --user admin:admin -i -X DELETE localhost:8002/manage/v2/clusters/Default/dynamic-host-token \ -H "Content-Type: application/json" -d '{"dynamic-host-tokens": {"token": ["eyJ...","eyJ..."]}}'
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.